.refresh-button {
	font-size: 1rem;
	text-decoration: none;
	color: #396291;
	display: inline-block;
	padding-left: 34px;
}

.refresh-button:before {
	content: '';
	position: absolute;
	background: url("/mvk/jakarta.faces.resource/images/icons/reload.svg.xhtml") no-repeat;
	width: 24px;
	height: 24px;
	left: -0.405rem;
	background-size: 100%;
}
